home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Systeme / PuranDefrag / PuranDefragSetup.exe / {sys} / PuranFD,2.exe / TEXTFILE / NORMALBLUE_INI < prev    next >
Text (UTF-16)  |  2013-01-17  |  76KB  |  1,340 lines

  1. ; file: Office2007\default.ini
  2. ;------------------------------------------
  3.  
  4.  
  5. ;--------- Globals -------------------------
  6. [globals]
  7.  
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 236 233 216
  24. Menu = 255 255 255
  25. Background = 0 78 152
  26. ;Btnface = 237 237 237
  27. Btnface = 191 219 255
  28. ;Btnface = 213 228 242
  29. ;Highlight = 189 207 236
  30. ;Highlight = 251 200 79
  31. ;Highlight = 112 212 249
  32. Highlight = 128 218 250
  33. ;Highlight = 136 182 229
  34.  
  35. ScrollBar = 170 203 246
  36.  
  37. Appworkspace = 164 195 235
  38. BtnText = 0 0 0
  39. WindowText = 0 0 0
  40.  
  41. ActiveCaption = 220 235 255
  42. CaptionText = 105 112 121
  43. InactiveCaption = 224 224 224
  44. InactiveCaptionText = 105 112 121
  45. GradientActiveCaption =  224 224 224
  46. GradientInactiveCaption = 250 250 250
  47. HighlightText = 0 0 0
  48. MenuHilight = 251 200 79
  49. ;BtnShadow = 189 196 212
  50. BtnShadow = 99 142 201
  51. GrayText = 172 168 153
  52. BtnHighlight = 255 255 255
  53. DkShadow3d = 141 149 173
  54. Light3d = 241 239 226
  55.  
  56. ;---- don't remove these fonts (must specify to be localizable) ----
  57. CaptionFont = Tahoma, 10
  58. CaptionBarHeight = 25
  59. SmallCaptionFont = Tahoma, 8
  60. SMCaptionBarHeight = 17
  61. SMCaptionBarWidth = 17
  62. MenuFont = Tahoma, 8
  63. StatusFont = Tahoma, 8
  64. MsgBoxFont = Tahoma, 8
  65. IconTitleFont = Tahoma, 8
  66.  
  67.  
  68. ;The FlatMenus option allows the author to turn of the 3d border on menus
  69. FlatMenus = true
  70.  
  71. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  72. CssName = cpwebvw.css
  73.  
  74. ;This may allow authors to specify a theme matching XML file.
  75. XmlName = default.xml
  76.  
  77. ; this theme designed for 15-bit color and higher
  78. MinColorDepth = 15
  79.  
  80. ;---------- buttons ---------------------------------
  81. ;Overall button class
  82. [button]
  83.  
  84. ;Normal button
  85. [button.pushbutton]
  86. bgtype = imagefile
  87. SizingMargins = 3, 3, 3, 3
  88. sizingType = Stretch
  89. ContentMargins = 3, 3, 3, 3 
  90. ImageFile = Office2007\button.bmp
  91. imageCount = 5
  92. ImageLayout = vertical
  93. TextColor = 0 0 0
  94. FillColorHint = 243 243 239; Average fill color (light beige)
  95. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  96. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  97. MinSize= 10, 5
  98.  
  99. ;Makes text for button grey for the disabled state
  100. [button.pushbutton(disabled)]
  101. TextColor = 161 161 146
  102.  
  103. ;Color hint for default state
  104. [button.pushbutton(defaulted)]
  105. AccentColorHint = 157 187 235; Default state hilite color (blue)
  106.  
  107. ;Checkboxes
  108. [button.checkbox]
  109. bgtype = imagefile
  110. imagelayout=vertical
  111. sizingType = TrueSize
  112. SizingMargins = 0, 0, 0, 0
  113. ContentMargins = 0, 0, 0, 0
  114. imageCount = 12
  115. MirrorImage = false
  116. FillColorHint = 33 161 33; Checkmark color (green)
  117. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  118. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  119.  
  120. ;----- Multiple control sizes for different video adapter resolution settings ----
  121. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  122. TrueSizeScalingType = Dpi
  123. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  124. UniformSizing   = true  ; if you must stretch, do width & height equally
  125. ImageFile1=Office2007\CheckBox13.bmp
  126. ;ImageFile2=Office2007\CheckBox16.bmp
  127. ;ImageFile3=Office2007\CheckBox25.bmp
  128. MinDpi1=96
  129. MinDpi2=118
  130. MinDpi3=185 
  131.  
  132. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  133. ;to grey for the corresponding states.
  134. [button.checkbox(checkeddisabled)]
  135. TextColor = 161 161 146
  136.  
  137. [button.checkbox(uncheckeddisabled)]
  138. TextColor = 161 161 146
  139.  
  140. [button.checkbox(mixeddisabled)]
  141. TextColor = 161 161 146
  142.  
  143. ;Radio buttons
  144. [button.radiobutton]
  145. bgtype = imagefile
  146. imagelayout=vertical
  147. transparent=true
  148. sizingType = TrueSize
  149. SizingMargins = 0, 0, 0, 0
  150. ContentMargins = 0, 0, 0, 0
  151. imageCount = 8
  152. FillColorHint = 33 161 33; Selection dot color (green)
  153. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  154. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  155.  
  156. ;----- Multiple control sizes for different video adapter resolution settings ----
  157. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  158. TrueSizeScalingType = Dpi
  159. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  160. UniformSizing   = true  ; if you must stretch, do width & height equally
  161. ImageFile1=Office2007\RadioButton13.bmp
  162. MinDpi1=96
  163. MinDpi2=118
  164. MinDpi3=185
  165.  
  166. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  167. ;to grey for the corresponding states.
  168. [button.radiobutton(checkeddisabled)]
  169. TextColor = 161 161 146
  170.  
  171. [button.radiobutton(uncheckeddisabled)]
  172. TextColor = 161 161 146
  173.  
  174. ;The line enclosing a group of controls
  175. [button.groupbox]
  176. TextColor = 8 55 114
  177. bgtype = imagefile
  178. SizingMargins = 4, 4, 4, 4
  179. sizingType = Tile
  180. ImageFile = Office2007\GroupBox.bmp
  181. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  182. ;draw on top of the controls it surrounds)
  183. borderOnly = true
  184. transparent = true
  185. BorderColorHint = 127 157 185; Dark beige edge color
  186. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  187.  
  188.  
  189. ;----------- combobox --------------------------------
  190. ;Dropdown controls
  191. [Combobox]
  192. ; Globals for the entire control
  193. BgType  = BorderFill
  194. BorderSize  = 1
  195. FillColor   = 255 255 255 
  196. BorderColor = 101 147 207
  197.  
  198. [Combobox(Hot)]
  199. ; Globals when the mouse is over the control
  200. BorderColor = 171 180 199
  201.  
  202.  
  203. [Combobox(Disabled)]
  204. ; Globals when the control is disabled
  205. BorderColor = 201 199 186
  206. FillColor   = 191 219 255
  207.  
  208. ;The down pointing triangle button
  209. [Combobox.DropDownButton]
  210. BgType  = imagefile
  211. imagelayout = vertical
  212. SizingType  = Stretch
  213. ImageFile = Office2007\ComboButton.bmp
  214. transparent = false
  215. SizingMargins = 3, 3, 3, 3
  216. ContentMargins = 0, 0, 0, 0
  217. ImageCount  = 4
  218. GlyphType   = ImageGlyph
  219. GlyphImageFile = Office2007\ComboButtonGlyph.bmp
  220. GlyphTransparent= true
  221. FillColorHint = 200 214 251; Average fill color (light blue)
  222. BorderColorHint = 255 255 255; Edge color (white)
  223.  
  224. ;----------- edit --------------------------------
  225. [edit]
  226. BgType  = BorderFill
  227. BorderSize  = 1
  228. FillColor   = 255 255 255 
  229. BorderColor = 101 147 207
  230.  
  231. [edit.edittext(Disabled)]
  232. FillColor   = 235 235 228
  233. TextColor   = 161 161 146
  234.  
  235. [edit.edittext(ReadOnly)]
  236. FillColor   = 235 235 228
  237. TextColor   = 0 0 0
  238.  
  239.  
  240. ;----------- listbox --------------------------------
  241. [Listbox]
  242. BgType  = BorderFill
  243. BorderSize  = 1
  244. FillColor   = 255 255 255 
  245. BorderColor = 101 147 207
  246.  
  247. ;--------- Scrollbar -------------------------
  248. [ScrollBar]
  249.  
  250. ;The buttons, both horizontal and vertical in one strip
  251. ; Scrollbar Arrow Buttons
  252. [ScrollBar.ArrowBtn]
  253. BgType  = ImageFile
  254. SizingMargins = 5, 5, 5, 5
  255. ContentMargins = 0, 0, 3, 3
  256. SizingType = Stretch
  257. ImageFile = Office2007\ScrollArrows.bmp
  258. ImageCount = 20
  259. ImageLayout = Vertical
  260. GlyphType   = ImageGlyph
  261. GlyphTransparent= True
  262. FillColorHint = 200 214 251; Average fill color (light blue)
  263. BorderColorHint = 255 255 255; Edge color (white)
  264.  
  265.  
  266. ;----- the two sizes of scrollbar arrow glyphs ----
  267. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  268. ;TrueSizeScalingType = size
  269. ;SourceShrink = True
  270. ;TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  271. ;UniformSizing   = true; if you must stretch, do width & height equally
  272. ImageFile1  = Office2007\ScrollArrowGlyphs.bmp
  273. ;ImageFile2  = Office2007\ScrollArrowGlyphsSmall.bmp
  274. ;MinSize1  = 7, 7
  275. ;MinSize2  = 9, 9 
  276. ;NormalSize = 7, 10
  277.  
  278. ; Scrollbar Thumb (horizontal)
  279. [Scrollbar.ThumbBtnHorz]
  280. BgType  = ImageFile
  281. SizingMargins = 5, 5, 5, 5
  282. ContentMargins = 4, 4, 0, 0
  283. ImageFile = Office2007\ScrollThumbHorizontal.bmp
  284. ImageCount  = 5
  285. ImageLayout = Vertical
  286. FillColorHint = 198 213 253; Average fill color (light blue)
  287. BorderColorHint = 255 255 255; Edge color (white)
  288.  
  289.  
  290. ;A visual element in the middle of the scrollbar thumb
  291. [Scrollbar.GripperHorz]
  292. BgType  = ImageFile
  293. SizingType  = TrueSize
  294. ImageFile = Office2007\ScrollThumbGripperHorizontal.BMP
  295. imagelayout = vertical
  296. Transparent = True
  297. ImageCount  = 5
  298.  
  299. ; Scrollbar Thumb (vertical)
  300. [Scrollbar.ThumbBtnVert]
  301. BgType  = ImageFile
  302. SizingMargins = 5, 5, 5, 5
  303. ContentMargins = 0, 0, 4, 4
  304. ImageFile = Office2007\ScrollThumbVertical.bmp
  305. ImageCount  = 5
  306. ImageLayout = vertical
  307. FillColorHint = 198 213 253; Average fill color (light blue)
  308. BorderColorHint = 255 255 255; Edge color (white)
  309.  
  310. ;A visual element in the middle of the scrollbar thumb
  311. [Scrollbar.GripperVert]
  312. BgType  = ImageFile
  313. SizingType  = TrueSize
  314. ImageFile = Office2007\ScrollThumbGripperVertical.BMP
  315. ImageCount  = 5
  316. Transparent = True
  317. ImageLayout = Vertical
  318.  
  319.  
  320. ; Scrollbar Tracks (horizontal)
  321. [Scrollbar.LowerTrackHorz]
  322. BgType  = imagefile
  323. ImageFile = Office2007\ScrollShaftHorizontal.bmp
  324. SizingMargins = 0, 0, 1, 1
  325. ImageCount = 5
  326. ImageLayout = Vertical
  327. FillColorHint = 198 213 253; Average fill color (light blue)
  328.  
  329.  
  330. [Scrollbar.UpperTrackHorz]
  331. BgType  = imagefile
  332. ImageFile = Office2007\ScrollShaftHorizontal.bmp
  333. SizingMargins = 0, 0, 1, 1
  334. ImageCount = 5
  335. ImageLayout = Vertical
  336. FillColorHint = 198 213 253; Average fill color (light blue)
  337.  
  338. ; Scrollbar Tracks (vertical)
  339. [Scrollbar.LowerTrackVert]
  340. BgType  = imagefile
  341. ImageFile = Office2007\ScrollShaftVertical.bmp
  342. SizingMargins = 1, 1, 0, 0
  343. ImageCount = 5
  344. ImageLayout = Vertical
  345. FillColorHint = 198 213 253; Average fill color (light blue)
  346.  
  347. [Scrollbar.UpperTrackVert]
  348. BgType  = imagefile
  349. ImageFile = Office2007\ScrollShaftVertical.bmp
  350. SizingMargins = 1, 1, 0, 0
  351. ImageCount = 5
  352. ImageLayout = Vertical
  353. FillColorHint = 198 213 253; Average fill color (light blue)
  354.  
  355. [ScrollBar.SizeBox]
  356. ImageFile = Office2007\ResizeGrip2.bmp
  357. bgtype = imagefile
  358. imageCount = 2
  359. sizingType = trueSize
  360. Transparent = True
  361. TransparentColor = 255 0 0
  362. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  363. VAlign = Bottom
  364.  
  365.  
  366.  
  367. ;----------- spin --------------------------------
  368. ;Spin buttons for incrementing values in a field
  369. [spin]
  370. bgtype = imagefile
  371. sizingType = tile
  372. ImageFile = Office2007\FieldOutlineBlue.bmp
  373. SizingMargins = 2, 2, 2, 2
  374. imageCount = 1
  375.  
  376. [Spin.Up]
  377. bgtype = imagefile
  378. sizingType = stretch
  379. ImageFile = Office2007\SpinButtonBackgroundUp.bmp
  380. SizingMargins = 1, 1, 1, 1
  381. ContentMargins = 0, 0, 0, 0
  382. imageCount = 4
  383. ImageLayout = Vertical
  384. GlyphType   = ImageGlyph
  385. GlyphImageFile = Office2007\SpinUpGlyph.bmp
  386. GlyphTransparent= True
  387. FillColorHint = 200 214 251; Average fill color (light blue)
  388. BorderColorHint = 255 255 255; Edge color (white)
  389.  
  390. [Spin.Down]
  391. bgtype = imagefile
  392. sizingType = tile
  393. ImageFile = Office2007\SpinButtonBackgroundDown.bmp
  394. SizingMargins = 1, 1, 1, 1
  395. ContentMargins = 0, 0, 0, 0
  396. imageCount = 4
  397. ImageLayout = Vertical
  398. GlyphType   = ImageGlyph
  399. GlyphImageFile = Office2007\SpinDownGlyph.bmp
  400. GlyphTransparent= True
  401. FillColorHint = 200 214 251; Average fill color (light blue)
  402. BorderColorHint = 255 255 255; Edge color (white)
  403.  
  404. [Spin.Uphorz]
  405. bgtype = imagefile
  406. sizingType = stretch
  407. ImageFile = Office2007\SpinButtonBackgroundRight.bmp
  408. SizingMargins = 1, 1, 1, 1
  409. ContentMargins = 0, 0, 0, 0
  410. imageCount = 4
  411. ImageLayout = Horizontal
  412. GlyphType   = ImageGlyph
  413. GlyphImageFile = Office2007\SpinRightGlyph.bmp
  414. GlyphTransparent = True
  415. FillColorHint = 200 214 251; Average fill color (light blue)
  416. BorderColorHint = 255 255 255; Edge color (white)
  417.  
  418. [Spin.Downhorz]
  419. bgtype = imagefile
  420. sizingType = Stretch
  421. ImageFile = Office2007\SpinButtonBackgroundLeft.bmp
  422. SizingMargins = 1, 1, 1, 1
  423. ContentMargins = 0, 0, 0, 0
  424. imageCount = 4
  425. ImageLayout = Horizontal
  426. GlyphType   = ImageGlyph
  427. GlyphImageFile = Office2007\SpinLeftGlyph.bmp
  428. GlyphTransparent = True
  429. FillColorHint = 200 214 251; Average fill color (light blue)
  430. BorderColorHint = 255 255 255; Edge color (white)
  431.  
  432. ;----------- rebar --------------------------------
  433. ;Rebar is a container for toolbars
  434.  
  435. [Rebar]
  436. bgtype =imagefile
  437. sizingtype=stretch
  438. sizingmargins= 0, 0, 0, 4
  439. ImageFile = Office2007\ToolbarBackground.bmp
  440. sizingmargins= 0, 0, 0, 0
  441.  
  442. Font                = Tahoma, 8
  443. TextColor           = 127 124 115
  444. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  445.  
  446. [Rebar.Band]
  447. bgtype = none
  448. ContentMargins    = 2, 0, 0, 0
  449. EdgeShadowColor = 111 157 217
  450.  
  451. [Rebar.Gripper]
  452. bgtype = imagefile
  453. SizingMargins   = 2, 1, 4, 2 
  454. ContentMargins    = 2, 1, 0, 0
  455. ImageFile = Office2007\ToolbarGripper.bmp
  456. sizingType     = Tile
  457. Transparent     = true
  458. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  459.  
  460. [Rebar.GripperVert]
  461. bgtype = imagefile
  462. SizingMargins = 3, 3, 2, 1
  463. ContentMargins    = 1, 2, 0, 0
  464. ImageFile = Office2007\ToolbarGripperVert.bmp
  465. sizingType = Tile
  466. Transparent = true
  467. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  468.  
  469. [Rebar.Chevron]
  470. SizingMargins = 4, 4, 4, 4
  471. ContentMargins = 0, 0, 0, 0
  472. ImageFile = Office2007\ToolbarButtons.bmp
  473. bgtype = imagefile
  474. imagelayout = vertical
  475. imageCount= 6
  476. sizingType= Stretch
  477. Transparent = true
  478. GlyphType   = ImageGlyph
  479. GlyphImageFile = Office2007\Chevron.bmp
  480. GlyphTransparent= true
  481. VAlign = Top
  482. FillColorHint = 0 0 0; Glyph color (black)
  483.  
  484. [Rebar.ChevronVert]
  485. SizingMargins = 4, 4, 4, 4
  486. ContentMargins = 0, 0, 0, 0
  487. ImageFile = Office2007\ToolbarButtons.bmp
  488. bgtype = imagefile
  489. imagelayout = vertical
  490. imageCount= 6
  491. sizingType= Stretch
  492. Transparent = true
  493. GlyphType   = ImageGlyph
  494. GlyphImageFile = Office2007\Chevron.bmp
  495. GlyphTransparent= true
  496. VAlign = Top
  497. FillColorHint = 0 0 0; Glyph color (black)
  498.  
  499. ;----------- toolbar--------------------------------
  500. ;Button bars and menu bars in some applicatons
  501.  
  502. [Toolbar]
  503. BgType  = Borderfill
  504. Bordersize  = 0
  505. FillColor   = 191 219 255
  506. TextColor   = 0 0 0
  507.  
  508. [Toolbar(Pressed)]
  509. TextColor= 255 255 255
  510.  
  511. [Toolbar.Button]
  512. SizingMargins = 4, 4, 4, 4
  513. ContentMargins = 0, 0, 0, 0
  514. ImageFile = Office2007\ToolbarButtons.bmp
  515. bgtype = imagefile
  516. imagelayout = vertical
  517. imageCount = 6
  518. sizingType = Stretch
  519. Transparent = true
  520. TransparentColor = 255 0 255
  521. FillColorHint = 241 243 239; Average fill color (light beige)
  522. BorderColorHint = 206 206 195; Edge color (dark beige)
  523.  
  524. [Toolbar.Separator]
  525. SizingMargins = 5, 2, 2, 1
  526. ImageFile = Office2007\Separator.bmp
  527. bgtype = imagefile
  528. imageCount = 1
  529. sizingType = tile
  530. Transparent = true
  531. TransparentColor = 255 0 0
  532. FillColorHint = 202 198 175; Darker separator color (medium beige)
  533.  
  534. [Toolbar.SeparatorVert]
  535. SizingMargins = 2, 1, 5, 1
  536. ImageFile = Office2007\SeparatorVert.bmp
  537. bgtype = imagefile
  538. imageCount = 1
  539. sizingType = tile
  540. Transparent = true
  541. TransparentColor = 255 0 0
  542. FillColorHint = 202 198 175; Darker separator color (medium beige)
  543.  
  544.  
  545. [Toolbar.DropdownButton]
  546. SizingMargins = 4, 4, 4, 4
  547. ContentMargins = 0, 0, 0, 0
  548. ImageFile = Office2007\ToolbarButtons.bmp
  549. bgtype = imagefile
  550. imagelayout = vertical
  551. imageCount = 6
  552. sizingType = Stretch
  553. Transparent = true
  554. TransparentColor = 255 0 255
  555. FillColorHint = 241 243 239; Average fill color (light beige)
  556. BorderColorHint = 206 206 195; Edge color (dark beige)
  557.  
  558. [Toolbar.SplitButton]
  559. SizingMargins = 4, 2, 4, 4
  560. ImageFile = Office2007\ToolbarButtonsSplit.bmp
  561. bgtype = imagefile
  562. imagelayout = vertical
  563. imageCount = 6
  564. sizingType = Stretch
  565. Transparent = true
  566. TransparentColor = 255 0 255
  567. FillColorHint = 241 243 239; Average fill color (light beige)
  568. BorderColorHint = 206 206 195; Edge color (dark beige)
  569.  
  570. [Toolbar.SplitButtonDropdown]
  571. SizingMargins = 2, 4, 4, 4
  572. ImageFile = Office2007\ToolbarButtonsSplitDropdown.bmp
  573. bgtype = imagefile
  574. imagelayout = vertical
  575. imageCount = 6
  576. sizingType = Stretch
  577. Transparent = true
  578. TransparentColor = 255 0 255
  579. GlyphType   = ImageGlyph
  580. GlyphImageFile = Office2007\ToolbarButtonsSplitDropdownGlyph.bmp
  581. GlyphTransparent= true
  582. FillColorHint = 241 243 239; Average fill color (light beige)
  583. BorderColorHint = 206 206 195; Edge color (dark beige)
  584.  
  585.  
  586. ;----------- status--------------------------------
  587. ;The area at the bottom of a window containing miscellaneous status info
  588. ;The first is the container for the status sections
  589. [Status]
  590. SizingMargins = 0, 0, 5, 5
  591. ImageFile = Office2007\StatusBackground.bmp
  592. bgtype = imagefile
  593. imageCount = 1
  594. sizingType = Stretch
  595. FillColorHint = 236 233 216; Average fill color (beige)
  596.  
  597. ;The individual status item backgrounds
  598. [Status.Pane]
  599. SizingMargins = 0, 2, 0, 1
  600. ImageFile = Office2007\StatusPane.bmp
  601. bgtype = imagefile
  602. imageCount = 1
  603. sizingType = Stretch
  604. TextColor = 9 32 97
  605. Transparent = True
  606. TransparentColor = 255 0 0 
  607.  
  608. ;The individual status item backgrounds
  609. [Status.GripperPane]
  610. bgtype = none
  611.  
  612. ;The resize corner
  613. [Status.Gripper]
  614. ContentMargins=0,0,0,0
  615. ImageFile = Office2007\ResizeGrip2.bmp
  616. bgtype = imagefile
  617. imageCount = 2
  618. sizingType = trueSize
  619. Transparent = True
  620. TransparentColor = 255 0 0 
  621. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  622. VAlign = Bottom
  623.  
  624.  
  625. ;----------- list view --------------------------------
  626. ;Icon, list, details, etc.
  627.  
  628. [ListView]
  629. BgType  = BorderFill
  630. BorderSize  = 1
  631. FillColor   = 255 255 255 
  632. BorderColor = 001 103 204
  633.  
  634. ;----------- Tree view --------------------------------
  635.  
  636. [TreeView]
  637. BgType  = BorderFill
  638. BorderSize  = 1
  639. FillColor   = 255 255 255 
  640. BorderColor = 101 147 207
  641.  
  642. [TreeView.Glyph]
  643. bgtype = imagefile
  644. SizingType = TrueSize
  645. imagecount = 2
  646. imageLayout=vertical
  647. ;----- Multiple control sizes for different video adapter resolution settings ----
  648. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  649. TrueSizeScalingType = Dpi
  650. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  651. UniformSizing   = true  ; if you must stretch, do width & height equally
  652. ImageFile1=Office2007\treeExpandCollapse.bmp
  653. ImageFile2=Office2007\treeExpandCollapse10.bmp
  654. ImageFile3=Office2007\treeExpandCollapse15.bmp
  655. MinDpi1=96
  656. MinDpi2=133
  657. MinDpi3=150 
  658.  
  659.  
  660. ;----------- header --------------------------------
  661. ;The area at the top of a list, with clickable headers for sort order
  662.  
  663. [Header]
  664. bgtype = imagefile
  665. SizingMargins = 0, 0, 3, 3
  666. ImageFile = Office2007\ListviewHeaderBackground.bmp
  667. sizingType = stretch
  668.  
  669. [Header.HeaderItem]
  670. bgtype = imagefile
  671. SizingMargins = 3, 3, 3, 3
  672. ContentMargins = 3, 0, 0, 0
  673. ImageFile = Office2007\ListViewHeader.bmp
  674. imageCount=5
  675. imageLayout=vertical
  676. sizingType = stretch
  677. transparent=true
  678. transparentcolor=255 0 0
  679. FillColorHint = 250 248 243; Average fill color (light beige)
  680. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  681.  
  682.  
  683. ;----------- progress --------------------------------
  684. ;Progress bars
  685.  
  686. [Progress]
  687. ProgressChunkSize=6
  688. ProgressSpaceSize=2
  689. bgType = borderFill
  690. fillType = Solid
  691. fillColor = 46 211 49
  692. bordersize = 1
  693. borderColor = 235 235 228
  694.  
  695. [Progress.Bar]
  696. bgtype = imagefile
  697. ImageFile = Office2007\ProgressTrack.bmp
  698. MinSize=10,10
  699. sizingMargins = 4, 4, 3, 3
  700. SizingType = tile
  701. FillColorHint = 255 255 255; Background color (white)
  702. BorderColorHint = 104 104 104; Edge color (dark grey)
  703. NormalSize = 100, 18
  704. SourceShrink = true
  705.  
  706. [Progress.Chunk]
  707. bgtype = imagefile
  708. ImageFile = Office2007\ProgressChunk.bmp
  709. sizingMargins = 0, 0, 6, 5
  710. SizingType = tile
  711. FillColorHint = 46 211 49; Progress indicator color (green)
  712.  
  713. [Progress.BarVert]
  714. bgtype = imagefile
  715. ImageFile = Office2007\ProgressTrackVert.bmp
  716. sizingMargins = 3, 3, 4, 4
  717. SizingType = tile
  718. FillColorHint = 255 255 255; Background color (white)
  719. BorderColorHint = 104 104 104; Edge color (dark grey)
  720.  
  721. [Progress.ChunkVert]
  722. bgtype = imagefile
  723. ImageFile = Office2007\ProgressChunkVert.bmp
  724. sizingMargins = 6, 5, 0, 0
  725. SizingType = tile
  726. FillColorHint = 46 211 49; Progress indicator color (green)
  727.  
  728.  
  729. ;----------- tab --------------------------------
  730. [Tab]
  731. bgType = borderFill
  732. fillType = Solid
  733. fillColor = 236 233 216
  734. bordersize = 0
  735. TextColor = 21 66 139
  736.  
  737. ;The whole content area of a tab page
  738. [Tab.Pane]
  739. bgtype = imagefile
  740. ImageFile = Office2007\TabPaneEdge.bmp
  741. sizingMargins = 5, 5, 5, 5
  742. SizingType = stretch
  743. imagecount = 1
  744. FillColorHint = 251 251 253; Light tab background color (very light beige)
  745. BorderColorHint = 145 155 156; Edge color (dark grey)
  746.  
  747. [Tab.TabItem]
  748. SizingMargins = 6, 6, 6, 6
  749. ContentMargins = 0, 0, 0, 0
  750. bgtype=imagefile
  751. ImageFile = Office2007\tabItemTop.bmp
  752. imagecount=5
  753. imagelayout=vertical
  754. FillColorHint = 248 248 246; Tab average color (light beige)
  755. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  756. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  757.  
  758.  
  759. [Tab.TabItemLeftEdge]
  760. SizingMargins = 6, 6, 6, 6
  761. ContentMargins = 0, 0, 0, 0
  762. bgtype=imagefile
  763. ImageFile = Office2007\tabItemLeft.bmp
  764. imagecount=5
  765. imagelayout=vertical
  766. FillColorHint = 248 248 246; Tab average color (light beige)
  767. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  768. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  769.  
  770.  
  771. [Tab.TabItemRightEdge]
  772. SizingMargins = 6, 6, 6, 6
  773. ContentMargins = 0, 0, 0, 0
  774. bgtype=imagefile
  775. ImageFile = Office2007\tabItemRight.bmp
  776. imagecount=5
  777. imagelayout=vertical
  778. FillColorHint = 248 248 246; Tab average color (light beige)
  779. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  780. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  781.  
  782.  
  783. [Tab.TabItemBothEdge]
  784. SizingMargins = 6, 6, 6, 6
  785. ContentMargins = 0, 0, 0, 0
  786. bgtype=imagefile
  787. ImageFile = Office2007\tabItemBoth.bmp
  788. imagecount=5
  789. imagelayout=vertical
  790. FillColorHint = 248 248 246; Tab average color (light beige)
  791. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  792. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  793.  
  794.  
  795. [Tab.TopTabItem]
  796. SizingMargins = 6, 6, 6, 6
  797. ContentMargins = 0, 0, 0, 0
  798. bgtype=imagefile
  799. ImageFile = Office2007\tabItemTop.bmp
  800. imagecount=5
  801. imagelayout=vertical
  802. FillColorHint = 248 248 246; Tab average color (light beige)
  803. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  804. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  805.  
  806.  
  807. [Tab.TopTabItemLeftEdge]
  808. SizingMargins = 6, 6, 6, 6
  809. ContentMargins = 0, 0, 0, 0
  810. bgtype=imagefile
  811. ImageFile = Office2007\tabItemTopLeft.bmp
  812. imagecount=5
  813. imagelayout=vertical
  814. FillColorHint = 248 248 246; Tab average color (light beige)
  815. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  816. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  817.  
  818.  
  819. [Tab.TopTabItemRightEdge]
  820. SizingMargins = 6, 6, 6, 6
  821. ContentMargins = 0, 0, 0, 0
  822. bgtype=imagefile
  823. ImageFile = Office2007\tabItemTop.bmp
  824. imagecount=5
  825. imagelayout=vertical
  826. FillColorHint = 248 248 246; Tab average color (light beige)
  827. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  828. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  829.  
  830.  
  831. [Tab.TopTabItemBothEdge]
  832. SizingMargins = 6, 6, 6, 6
  833. ContentMargins = 0, 0, 0, 0
  834. bgtype=imagefile
  835. ImageFile = Office2007\tabItemTopBoth.bmp
  836. imagecount=5
  837. imagelayout=vertical
  838. FillColorHint = 248 248 246; Tab average color (light beige)
  839. BorderColorHint = 145 167 180; Edge color (Office2007 grey)
  840. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  841.  
  842.  
  843. [Tab.Body]
  844. bgtype = imagefile
  845. stockImageFile = Office2007\TabBackground.bmp
  846. FillColorHint = 251 251 253; Light tab background color (very light beige)
  847.  
  848. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  849. TrueSizeScalingType = Dpi
  850. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  851. ImageFile1=Office2007\TabBackground.bmp
  852. ImageFile2=Office2007\TabBackground133.bmp
  853. MinDpi1=96
  854. MinDpi2=164
  855.  
  856. ;----------- trackbar --------------------------------
  857. ;Volume sliders, etc.
  858. [TrackBar]
  859. bgType = borderFill
  860. fillType = Solid
  861. fillColor = 235 235 228
  862. bordersize = 1
  863. borderColor = 235 235 228
  864.  
  865. ;The movable part of a horizontal slider (TBS_BOTH style)
  866. [TrackBar.Thumb]
  867. bgtype=imagefile
  868. ImageFile = Office2007\TrackbarHorizontal.bmp
  869. imagecount=5
  870. imagelayout = vertical
  871. SizingMargins = 5, 5, 5, 5
  872. sizingtype = stretch
  873. FillColorHint = 243 243 239; Average background color (light beige)
  874. BorderColorHint = 181 196 205; Edge color (blue grey)
  875. AccentColorHint = 71 196 70; Rollover color (green)
  876.  
  877. ;The movable part of a horizontal slider (TBS_TOP style)
  878. [TrackBar.ThumbTop]
  879. bgtype=imagefile
  880. imagecount=5
  881. imagelayout = vertical
  882. transparent=true
  883. sizingtype = truesize
  884. transparentcolor= 242 241 231
  885. FillColorHint = 243 243 239; Average background color (light beige)
  886. BorderColorHint = 181 196 205; Edge color (blue grey)
  887. AccentColorHint = 71 196 70; Rollover color (green)
  888.  
  889.  
  890. ;----- the three sizes ----
  891. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  892. TrueSizeScalingType = Dpi
  893. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  894. UniformSizing   = true  ; if you must stretch, do width & height equally
  895. ImageFile1=Office2007\TrackBarUp13.bmp
  896. MinDpi1=96
  897. MinDpi2=118
  898. MinDpi3=185
  899.  
  900.  
  901. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  902. [TrackBar.ThumbBottom]
  903. bgtype=imagefile
  904. imagecount=5
  905. transparent=true
  906. SizingMargins = 3, 6, 6, 10
  907. sizingtype = truesize
  908. transparentcolor= 242 241 231
  909. ImageLayout = vertical
  910. FillColorHint = 243 243 239; Average background color (light beige)
  911. BorderColorHint = 181 196 205; Edge color (blue grey)
  912. AccentColorHint = 71 196 70; Rollover color (green)
  913.  
  914.  
  915. ;----- the three sizes ----
  916. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  917. TrueSizeScalingType = Dpi
  918. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  919. UniformSizing   = true  ; if you must stretch, do width & height equally
  920. ImageFile1=Office2007\TrackBarDown13.bmp
  921. MinDpi1=96
  922. MinDpi2=118
  923. MinDpi3=185
  924.  
  925. ;The movable part of a vertical slider (TBS_BOTH style)
  926. [TrackBar.ThumbVert]
  927. bgtype=imagefile
  928. ImageFile = Office2007\TrackbarVertical.bmp
  929. SizingMargins = 5, 5, 5, 5
  930. sizingtype = stretch
  931. imagecount=5
  932. ImageLayout = horizontal
  933. FillColorHint = 243 243 239; Average background color (light beige)
  934. BorderColorHint = 181 196 205; Edge color (blue grey)
  935. AccentColorHint = 71 196 70; Rollover color (green)
  936.  
  937.  
  938. ;The movable part of a vertical slider (TBS_LEFT style)
  939. [TrackBar.ThumbLeft]
  940. bgtype=imagefile
  941. sizingtype = truesize
  942. imagecount=5
  943. transparent=true
  944. transparentcolor= 242 241 231
  945. ImageLayout = horizontal
  946. FillColorHint = 243 243 239; Average background color (light beige)
  947. BorderColorHint = 181 196 205; Edge color (blue grey)
  948. AccentColorHint = 71 196 70; Rollover color (green)
  949.  
  950. ;----- the three sizes ----
  951. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  952. TrueSizeScalingType = Dpi
  953. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  954. UniformSizing   = true  ; if you must stretch, do width & height equally
  955. ImageFile1=Office2007\TrackBarLeft13.bmp
  956. MinDpi1=96
  957. MinDpi2=118
  958. MinDpi3=185
  959.  
  960. ;The movable part of a vertical slider (TBS_RIGHT style)
  961. [TrackBar.ThumbRight]
  962. bgtype=imagefile
  963. ImageFile = Office2007\TrackbarRight13.bmp
  964. sizingtype = truesize
  965. imagecount=5
  966. transparent=true
  967. transparentcolor= 242 241 231
  968. ImageLayout = horizontal
  969. FillColorHint = 243 243 239; Average background color (light beige)
  970. BorderColorHint = 181 196 205; Edge color (blue grey)
  971. AccentColorHint = 71 196 70; Rollover color (green)
  972.  
  973.  
  974. ;----- the three sizes ----
  975. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  976. TrueSizeScalingType = Dpi
  977. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  978. UniformSizing   = true  ; if you must stretch, do width & height equally
  979. ImageFile1=Office2007\TrackBarRight13.bmp
  980. MinDpi1=96
  981. MinDpi2=118
  982. MinDpi3=185
  983.  
  984. ;The track along which a slidermoves
  985. [TrackBar.Track]
  986. bgtype=imagefile
  987. ImageFile = Office2007\sliderTrack.bmp
  988. imagecount=1
  989. sizingtype = stretch
  990. SizingMargins = 2, 2, 2, 2
  991. FillColorHint = 242 241 233
  992. BorderColorHint = 157 156 153
  993.  
  994. ;The vertical track along which a slider moves
  995. [TrackBar.TrackVert]
  996. bgtype=imagefile
  997. ImageFile = Office2007\sliderTrack.bmp
  998. imagecount=1
  999. sizingtype = stretch
  1000. SizingMargins = 2, 2, 2, 2
  1001. FillColorHint = 242 241 233; Background color (light beige)
  1002. BorderColorHint = 157 156 153; Edge color (dark grey)
  1003.  
  1004. ;Set the color of the tickmarks drawn for the slider
  1005. [TrackBar.Tics]
  1006. color=101 147 207
  1007.  
  1008. ;Set the color of the tickmarks drawn for the vertical slider
  1009. [TrackBar.TicsVert]
  1010. color=101 147 207
  1011.  
  1012.  
  1013. ;-------------- Windows ------------------------
  1014. [Window]
  1015. BgType = ImageFile
  1016. Transparent = true
  1017.  
  1018. [Window.Caption]
  1019. ImageFile = Office2007\FrameCaption.bmp
  1020. SizingMargins = 6, 6, 6, 6
  1021. ContentMargins = 1, 1, 1, 1
  1022. CaptionMargins = 4, 3, 0, 0
  1023. SizingType = stretch
  1024. Imagelayout = vertical
  1025. ImageCount=2
  1026. Transparent = True
  1027. FillColorHint = 0 84 229; Average background color (strong blue)
  1028.  
  1029. [Window.Caption(active)]
  1030. TextShadowType = Single
  1031.  
  1032. [Window.CaptionSizingTemplate]
  1033. ImageFile = Office2007\FrameCaptionSizing.bmp
  1034. SizingMargins = 28, 35, 9, 17
  1035. ContentMargins = 18, 18, 26, 0
  1036. SizingType = tile
  1037. Imagelayout = vertical
  1038. ImageCount=2
  1039. Transparent = True
  1040. TransparentColor = 0 0 0
  1041.  
  1042. [Window.SmallCaption]
  1043. ImageFile = Office2007\SmallFrameCaption.bmp
  1044. SizingMargins = 2, 2, 2, 2
  1045. ContentMargins = 1, 1, 1, 1
  1046. SizingType = tile
  1047. Imagelayout = vertical
  1048. ImageCount=2
  1049. FillColorHint = 0 84 229; Average background color (strong blue)
  1050.  
  1051. [Window.SmallCaptionSizingTemplate]
  1052. ImageFile = Office2007\SmallFrameCaptionSizing.bmp
  1053. SizingMargins = 24, 37, 9, 8
  1054. ContentMargins = 14, 14, 16, 0
  1055. SizingType = tile
  1056. Imagelayout = vertical
  1057. ImageCount=2
  1058. Transparent = True
  1059. TransparentColor = 0 0 0
  1060.  
  1061. ;The representation of a minimized window in and MDI application
  1062. [Window.MinCaption]
  1063. ImageFile = Office2007\FrameCaptionMin.bmp
  1064. ImageCount = 2
  1065. ImageLayout = vertical
  1066. SizingType = stretch
  1067. SizingMargins = 23, 26, 12, 8
  1068. ContentMargins = 3, 3, 0, 3
  1069. CaptionMargins = 4, 3, 0, 0
  1070. FillColorHint = 0 84 229; Average background color (strong blue)
  1071.  
  1072. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1073. ;surrounding the window
  1074. [Window.MaxCaption]
  1075. ImageFile = Office2007\FrameMaximized.bmp
  1076. SizingMargins = 28, 35, 9, 17
  1077. ContentMargins = 1, 1, 1, 1
  1078. SizingType = stretch
  1079. SizingType = Tile
  1080. Imagelayout = vertical
  1081. ImageCount=2
  1082. CaptionMargins = 4, 3, 4, 2 
  1083. ContentAlignment = left
  1084. FillColorHint = 0 84 229; Average background color (strong blue)
  1085.  
  1086. [Window.MaxCaption(Active)]
  1087. TextShadowType = Single
  1088.  
  1089. [Window.FrameLeft]
  1090. ImageFile = Office2007\frameLeft.bmp
  1091. SizingMargins = 2, 2, 0, 0
  1092. SizingType = stretch
  1093. ImageLayout = vertical
  1094. ImageCount = 2
  1095. Transparent = FALSE
  1096. Borderonly = FALSE
  1097.  
  1098. [Window.FrameRight]
  1099. ImageFile = Office2007\frameRight.bmp
  1100. SizingMargins = 2, 2, 0, 0
  1101. SizingType = stretch
  1102. ImageLayout = vertical
  1103. ImageCount = 2
  1104. Transparent = FALSE
  1105. Borderonly = FALSE
  1106.  
  1107. [Window.FrameBottom]
  1108. ImageFile = Office2007\frameBottom.bmp
  1109. SizingMargins = 5, 5, 2, 2
  1110. SizingType = stretch
  1111. ImageLayout = vertical
  1112. ImageCount = 2
  1113. Transparent = FALSE
  1114. Borderonly = FALSE
  1115.  
  1116. [Window.SmallFrameLeft]
  1117. ImageFile = Office2007\frameLeft.bmp
  1118. SizingMargins = 2, 2, 0, 0
  1119. SizingType = stretch
  1120. ImageLayout = vertical
  1121. ImageCount = 2
  1122. Transparent = FALSE
  1123. Borderonly = FALSE
  1124.  
  1125. [Window.SmallFrameRight]
  1126. ImageFile = Office2007\frameRight.bmp
  1127. SizingMargins = 2, 2, 0, 0
  1128. SizingType = stretch
  1129. ImageLayout = vertical
  1130. ImageCount = 2
  1131. Transparent = FALSE
  1132. Borderonly = FALSE
  1133.  
  1134. [Window.SmallFrameBottom]
  1135. ImageFile = Office2007\frameBottom.bmp
  1136. SizingMargins = 5, 5, 2, 2
  1137. SizingType = stretch
  1138. ImageLayout = vertical
  1139. ImageCount = 2
  1140. Transparent = FALSE
  1141. Borderonly = FALSE
  1142.  
  1143.  
  1144. ;Background for dialog boxes
  1145.  
  1146.  
  1147.  
  1148. ;Background for dialog boxes
  1149.  
  1150. [Window.dialog]
  1151. bgType = BorderFill
  1152. FillColor = 236 233 216
  1153. BorderColor = 236 233 216
  1154.  
  1155.  
  1156. ;Close button in Window titlebar
  1157. [Window.CloseButton]
  1158. BgType = ImageFile
  1159. SizingMargins = 3, 3, 3, 3
  1160. ContentMargins = 0, 0, 0, 0
  1161. sizingType = Stretch
  1162. ImageFile = Office2007\CaptionButton.bmp
  1163. GlyphType   = ImageGlyph
  1164. GlyphTransparent = True
  1165. ImageCount = 8
  1166. ImageLayout = Vertical
  1167. OffsetType = TopRight
  1168. Offset = -25, 5
  1169. FillColorHint = 228 93 61; Close box average color (brick red)
  1170. BorderColorHint = 255 255 255; Edge color (white)
  1171.  
  1172. ;----- glyphs ----
  1173. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1174. UniformSizing   = true  ; if you must stretch, do width & height equally
  1175. ImageFile1=Office2007\CloseGlyph13.bmp
  1176. ImageFile2=Office2007\CloseGlyph13.bmp
  1177. ImageFile3=Office2007\CloseGlyph17.bmp
  1178. ImageFile4=Office2007\CloseGlyph17.bmp
  1179. ImageFile5=Office2007\CloseGlyph17.bmp
  1180. MinDpi1=96
  1181. MinDpi2=126
  1182. MinDpi3=170
  1183.  
  1184.  
  1185. ;Maximize button in window titlebar
  1186. [Window.MaxButton]
  1187. BgType = ImageFile
  1188. SizingMargins = 3, 3, 3, 3
  1189. ContentMargins = 0, 0, 0, 0
  1190. sizingType = Stretch
  1191. ImageFile = Office2007\CaptionButton.bmp
  1192. GlyphType   = ImageGlyph
  1193. GlyphTransparent = True
  1194. ImageCount = 8
  1195. ImageLayout=Vertical
  1196. OffsetType = TopRight
  1197. Offset = -49, 5
  1198. FillColorHint = 74 121 246; Titlebar button color (blue)
  1199. BorderColorHint = 255 255 255; Edge color (white)
  1200.  
  1201. ;----- glyphs ----
  1202. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1203. UniformSizing   = true  ; if you must stretch, do width & height equally
  1204. ImageFile1=Office2007\MaximizeGlyph13.bmp
  1205. ImageFile2=Office2007\MaximizeGlyph13.bmp
  1206. ImageFile3=Office2007\MaximizeGlyph17.bmp
  1207. ImageFile4=Office2007\MaximizeGlyph17.bmp
  1208. ImageFile5=Office2007\MaximizeGlyph17.bmp
  1209. MinDpi1=96
  1210. MinDpi2=126
  1211. MinDpi3=170
  1212.  
  1213.  
  1214. ;Restore button in window titlebar
  1215. [Window.RestoreButton]
  1216. BgType = ImageFile
  1217. SizingMargins = 3, 3, 3, 3
  1218. ContentMargins = 0, 0, 0, 0
  1219. sizingType = Stretch
  1220. ImageFile = Office2007\CaptionButton.bmp
  1221. GlyphType   = ImageGlyph
  1222. GlyphTransparent = True
  1223. ImageCount = 8
  1224. ImageLayout=Vertical
  1225. OffsetType = TopRight
  1226. Offset = -49, 5
  1227. FillColorHint = 74 121 246; Titlebar button color (blue)
  1228. BorderColorHint = 255 255 255; Edge color (white)
  1229.  
  1230. ;----- glyphs ----
  1231. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1232. UniformSizing   = true  ; if you must stretch, do width & height equally
  1233. ImageFile1=Office2007\RestoreGlyph13.bmp
  1234. ImageFile2=Office2007\RestoreGlyph13.bmp
  1235. ImageFile3=Office2007\RestoreGlyph17.bmp
  1236. ImageFile4=Office2007\RestoreGlyph17.bmp
  1237. ImageFile5=Office2007\RestoreGlyph17.bmp
  1238. MinDpi1=96
  1239. MinDpi2=126
  1240. MinDpi3=170
  1241.  
  1242.  
  1243. ;Minimize button in window titlebar
  1244. [Window.MinButton]
  1245. BgType = ImageFile
  1246. SizingMargins = 3, 3, 3, 3
  1247. ContentMargins = 0, 0, 0, 0
  1248. sizingType = Stretch
  1249. ImageFile = Office2007\CaptionButton.bmp
  1250. GlyphType   = ImageGlyph
  1251. GlyphTransparent = True
  1252. ImageCount = 8
  1253. ImageLayout=Vertical
  1254. OffsetType = TopRight
  1255. Offset = -73, 5
  1256. FillColorHint = 74 121 246; Titlebar button color (blue)
  1257. BorderColorHint = 255 255 255; Edge color (white)
  1258.  
  1259. ;----- glyphs ----
  1260. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1261. UniformSizing   = true  ; if you must stretch, do width & height equally
  1262. ImageFile1=Office2007\MinimizeGlyph13.bmp
  1263. ImageFile2=Office2007\MinimizeGlyph13.bmp
  1264. ImageFile3=Office2007\MinimizeGlyph17.bmp
  1265. ImageFile4=Office2007\MinimizeGlyph17.bmp
  1266. ImageFile5=Office2007\MinimizeGlyph17.bmp
  1267. MinDpi1=96
  1268. MinDpi2=126
  1269. MinDpi3=170
  1270.  
  1271. ;Help button in window titlebar--normally only appears on dialog windows
  1272. [Window.HelpButton]
  1273. BgType = ImageFile
  1274. SizingMargins = 3, 3, 3, 3
  1275. ContentMargins = 0, 0, 0, 0
  1276. sizingType = Stretch
  1277. ImageFile = Office2007\CaptionButton.bmp
  1278. GlyphType   = ImageGlyph
  1279. GlyphTransparent = True
  1280. ImageCount = 8
  1281. ImageLayout=Vertical
  1282. OffsetType = TopRight
  1283. Offset = -73, 5
  1284. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1285. FillColorHint = 74 121 246; Titlebar button color (blue)
  1286. BorderColorHint = 255 255 255; Edge color (white)
  1287.  
  1288. ;----- glyphs ----
  1289. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1290. UniformSizing   = true  ; if you must stretch, do width & height equally
  1291. ImageFile1=Office2007\HelpGlyph13.bmp
  1292. ImageFile2=Office2007\HelpGlyph13.bmp
  1293. ImageFile3=Office2007\HelpGlyph17.bmp
  1294. ImageFile4=Office2007\HelpGlyph17.bmp
  1295. ImageFile5=Office2007\HelpGlyph17.bmp
  1296. MinDpi1=96
  1297. MinDpi2=126
  1298. MinDpi3=170
  1299.  
  1300. ;Close button for palette windows
  1301. [Window.SmallCloseButton]
  1302. BgType = ImageFile
  1303. SizingMargins = 5, 5, 5, 5
  1304. ContentMargins = 0, 0, 0, 0
  1305. sizingType = Stretch
  1306. ;ImageFile = Office2007\SmallCloseButton.bmp
  1307. ImageFile = Office2007\CaptionButton.bmp
  1308. GlyphType   = ImageGlyph
  1309. GlyphImageFile = Office2007\CloseGlyph13.bmp
  1310. GlyphTransparent = True
  1311. ImageCount = 8
  1312. ImageLayout = Vertical
  1313. OffsetType = TopRight
  1314. Offset = -16, 3
  1315. FillColorHint = 228 93 61; Close box average color (brick red)
  1316. BorderColorHint = 255 255 255; Edge color (white)
  1317.  
  1318. [ExplorerBar.HeaderClose]; Not used in IE 6
  1319. BgType  = ImageFile
  1320. ;SizingType  = TrueSize
  1321. ;ImageLayout = Vertical
  1322. ;ImageFile = Office2007\ExplorerBarHeaderClose.bmp
  1323. ;ImageCount  = 3
  1324. ;Transparent = true
  1325. ;OffsetType  = TopRight
  1326. ;Offset  = -4, 4
  1327. ;FillColorHint = 138 168 229; Close box normal state (blue)
  1328. ;AccentColorHint = 255 121 95; Close box rollover (brick red)
  1329.  
  1330. [ExplorerBar.HeaderPin]; Not used in IE 6
  1331. BgType  = ImageFile
  1332. ;SizingType  = TrueSize
  1333. ;ImageLayout = Vertical
  1334. ;ImageFile = Office2007\ExplorerBarHeaderPin.bmp
  1335. ;ImageCount  = 6
  1336. ;Transparent = true
  1337. ;OffsetType  = TopRight
  1338. ;Offset  = -6, 4
  1339. ;FillColorHint = 189 206 239; Average pin color (blue grey)
  1340.